OnListResultHandler

interface OnListResultHandler<T>

Interface definition for a callback to be invoked when getting a result. since 1.2.0

Functions

Link copied to clipboard
abstract fun onResult(@Nullable result: List<T>, @Nullable e: SendbirdException)
Called when a result has been completed.